home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Disc - MacWorld 1995
/
PowerComputing (The Disc)(MacWorld 1995).ISO
/
mac
/
CDFACTOR
/
HCfactor
/
HumanCode
/
HumanCode.DXR
/
00072.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-14
|
257 b
|
11 lines
global gcurrchapternumber, gcurrlessonnumber, gplaystatus
on mouseDown
pushBtn()
if rollOver(12) then
pausethemoov()
set newchapternumber to gcurrchapternumber + 1
donewchapter(gcurrlessonnumber, newchapternumber, gplaystatus)
end if
end